home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  671 b   |  23 lines

  1. on mouseUp
  2.   global photocast, moviecast, moviebtncast
  3.   if the visible of sprite moviecast = 1 then
  4.     set the movieRate of sprite moviecast to 0
  5.     set the visible of sprite moviecast to 0
  6.     set the visible of sprite moviebtncast to 0
  7.     set the castNum of sprite moviecast to member "rep_mov_core"
  8.   end if
  9.   case the frame of
  10.     "3":
  11.       set targetcast to "03_C_10.PCT"
  12.     "6":
  13.       set targetcast to "07_C_08.PCT"
  14.     "7":
  15.       set targetcast to "09_C_14.PCT"
  16.     "10":
  17.       set targetcast to "13_C_03.PCT"
  18.   end case
  19.   set the castNum of sprite photocast to member targetcast
  20.   set the visible of sprite photocast to 1
  21.   puppetSound(1, "CLICK.aif")
  22. end
  23.